POV-Ray : Newsgroups : povray.programming : An inside/outside test for triangles mesh : Re: An inside/outside test for triangles mesh Server Time
29 Jul 2024 06:19:13 EDT (-0400)
  Re: An inside/outside test for triangles mesh  
From: Ron Parker
Date: 8 Mar 1999 09:03:52
Message: <36e3d8c8.0@news.povray.org>
On Sun, 07 Mar 1999 20:05:31 -0800, Ken <tyl### [at] pacbellnet> wrote:
>On a side note to this thread I have always assumed from what is specified
>in the docs that mesh objects are not allowed in csg operations.

There are indeed two reasons a mesh can't currently be used in an
intersection.  One is that they have no inside: the "am I inside"
function for meshes always says "no."  The other is that they don't
always return all intersections when asked.  What we're discussing
is making those two statements no longer true.  What you've found
must be a fluke.  It's been done before, in POV 2.2 with heightfields
which at that time didn't have an inside either.  But I wouldn't 
count on it working from all angles.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.